﻿@charset "utf-8";
/* CSS Document */
.floatl{ float:left; display:inline}
.floatr{ float:right; display:inline}
.clearfix:before,.clearfix:after{ 
    content:""; 
    display:table; 
} 
.clearfix:after{clear:both;} 
.clearfix{ 
    *zoom:1;/*IE/7/6*/; overflow:hidden
}


a{    color: inherit;}

.pos-r{ position:relative}
.pos-a{ position:absolute}

.a-center{ margin-left:auto; margin-right:auto}

.t3{transition:all 0.3s ease;
-moz-transition:all 0.3s  ease; /* Firefox 4 */
-webkit-transition:all 0.3s  ease; /* Safari and Chrome */
-o-transition:all 0.3s  ease; /* Opera */}
.t6{transition:all 0.6s  ease;
-moz-transition:all 0.6s  ease; /* Firefox 4 */
-webkit-transition:all 0.6s  ease; /* Safari and Chrome */
-o-transition:all 0.6s ease; /* Opera */}
.t10{transition:all 1s  ease;
-moz-transition:all 1s  ease; /* Firefox 4 */
-webkit-transition:all 1s  ease; /* Safari and Chrome */
-o-transition:all 1s  ease; /* Opera */}


.w5{ width:50%}

.w1000{ width:1000px}
.w1100{ width:1100px}
.w1009{ width:1009px}
.w1024{ width:1024px}
.w1170{ width:1170px}
.w1920{ width:1920px}
.w1200{ width:1200px}
.w640{ width:640px}
.w620{ width:620px}
.p0-10{ padding:0 10px}

.fz12{ font-size:12px}
.fz14{ font-size:14px}
.fz16{ font-size:16px}
.fz18{ font-size:18px}
.fz20{ font-size:20px}

.no-con{ width:100%; height:400px; line-height:400px; text-align:center; font-size:14px; color:#CCCCCC}


*{font-family: "PingFang SC",Helvetica,Arial,"微软雅黑","黑体";}

/*返回顶部*/
#roll{ position:fixed; width:44px; height:44px; right:15% ; top:70%; background:url(../images/backup.png) no-repeat center center}
#roll_top{ width:44px; height:44px; cursor:pointer}